CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - array class

搜索资源列表

  1. blitz-0.9.tar

    2下载:
  2. blitz++库的相应源码 Blitz++提供了一个N维(1—10)的Array类,这个Array类以reference counting技术实现,支持任意的存储序(row-major的C-style数组,column-major的Fortran-style数组),数组的切割(slicing),子数组的提取(subarray),灵活的Array相关表达式处理。另外提供了可以产生不同分布的随机数(F,Beta,Chi-Square,正态,均匀分布等)的类也是很有特色的。 -blitz++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:3124301
    • 提供者:邓德君
  1. DynamicArray

    3下载:
  2.  完成满足上述接口的动态数组(Dynamic array)的程序;  需要遵循基本的编程规范和风格;  动态分配内存用C++的函数new/delete,不用malloc/free;  处理好动态分配的运用,不要出现内存泄漏;  了解C++类的构造函数和析构函数的作用;  熟悉C++类的写法(*.h, *.cpp);  各种情况考虑周到,不要出现程序崩溃; -
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-07-29
    • 文件大小:252928
    • 提供者:陈婉
  1. Using_MFC_VC_array_class_classical_development_cod

    0下载:
  2. 用MFC的VC++数组类经典开发代码Using MFC in VC + + array class classical development code-Using MFC in VC++ array class classical development code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:12848
    • 提供者:cent
  1. VC_quickly_generate_random_array_source_code_class

    0下载:
  2. VC++快捷的随机数组生成类的源代码VC + + quickly generate a random array of the source code of cla-VC++ quickly generate a random array of the source code of class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:7266
    • 提供者:wangweibin
  1. class-string

    0下载:
  2. 建立一个对象数组,内放5个学生的数据,设立一个函数max,用指向对象的指针做函数参数,在max函数中找出5个学生中成绩最高者,并输出其学号。-Create an array of objects, by putting five student data, set up a function max, with a pointer to an object to do the function parameters, the max function to find the five stude
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:614023
    • 提供者:menghang
  1. array-new

    0下载:
  2. 一个类似于VC++ 中的CString的动态数组类集合,可以方便构造对象,对象长度可在访问时自动增加数组长度,且可实现数组的整体赋值。-A class that works like "CString" in VC++. It can be used to make a array anytime anywhere. And the array newed by the class can be 0 length and can grow automatically when program i
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:8876
    • 提供者:zeng rongjia
  1. class

    0下载:
  2. 面向对象的C#编程 设计一个图书卡类Card,用来保存图书馆卡片分类记录。这个类的成员包括书名、作者、馆藏数量。至少提供两个方法。Store书的入库处理,show显示图书信息。运行程序时,可以从控制台上输入需要入库的图书总数,根据这个总数创建Card对象数组,然后输入数据,最后可以选择按书名、作者、入库量排序。-Object-oriented programming to design a C# class library card Card, to save the library card
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:1068
    • 提供者:chuwei
  1. mars_rover_arrays.tar

    0下载:
  2. Defines a two dimensional array class and its functionality. Also derives a one dimensional array class from a 2-D array. Array_2D class is the base class for other derived classes such as Matrix, Vector, and Image classes. Array_2D class allocates c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:539922
    • 提供者:Kermit
  1. CArrayDemo

    0下载:
  2. 数组模板的使用实例,通过本例可以体会数组类成员函数的使用及数组类使用的便利与高校-The use of an array of template instances, patients can experience through the array class member function and ease of use an array of class and University
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1964404
    • 提供者:wuyunlong
  1. MFC_Array_Tutorial

    0下载:
  2. 一个使用MFC的VC++数组类代码,大家都知道,MFC的数组类可以存放任何数据类型,C++的常规数组在使用前必须将其定义成能够容纳所有可能需要的元素,而MFC数组类创建的对象可以根据需要动态地增大或减小,数组的起始下标是0,而上限可以是固定的,也可以随着元素的增加而增加,数组在内存中的地址仍然是连续分配的,希望通过我这个程序示例让你对基于MFC的数组类有一个更好的理解,教您学会使用这种数组类。 -One using MFC in VC++ array class code, and we
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:11185
    • 提供者:madud00082
  1. jishimoni1

    0下载:
  2. 定义了一个整型数组类Array,数组长度为30个元素。数组的初始化数据来源以及程序结束后数组的数据保存都指向工程文件夹下的文本文件 "vdata.txt"。即,创建数组对象时,在构造函数中读该取文件获得数据(首次创建对象时文件是打不开的,数组就没有初始化值),当程序结束时, 析构函数将数据写入上述文件。-Defines an integer array class Array, the array length of 30 elements. Initialization of the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:956836
    • 提供者:陈思
  1. hii

    0下载:
  2. class a chopper.is also called as step down chopper mostly used in pv array characterstics for the mppt algorithms
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:9696
    • 提供者:srid
  1. array

    0下载:
  2. 改进后的变长数组管理模板类,比前面的版本增加了_3DPOINT类,支持空间矢量和、积、差等运算-Improved management of variable-length array template class. comparing the previous version,_3DPOINT class is added. Which supports vector addition,mutiply opperations are supported.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:10450
    • 提供者:zeng rongjia
  1. TestTreeSet

    0下载:
  2. 这是一个测试treeset容器的小程序,可以用来对array类进行简单的学习~-This is a test treeset container applet can be used for a simple array class to learn ~
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:1929
    • 提供者:my name
  1. spuc2.3.1

    0下载:
  2. Readme Complex class is very similar to the Standard C++ library complex class and the standard C++ class could be substituted in many cases. Code is wrapped in namespace SPUC SPUC DSP C++ source code library directory structure array -
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:428648
    • 提供者:Prabhat
  1. array

    0下载:
  2. 定义一数组,再定义一整型数组,此整型数组属于动态分配大小,所有大小由程序指定,并在此基础上实现反转类、排序类-Define an array, and then define an integer array, the array is dynamically allocated integer size, all size specified by the program, and based on the reverse of this class, sort class
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:809
    • 提供者:gaoyuan
  1. class-array

    0下载:
  2. a program that perfect for beginners of learning array in c++!
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:107809
    • 提供者:spidey
  1. MFC_class

    0下载:
  2. 文档中主要是一些MFC常用类、成员函数、数组类、Cstring类、CTime类、CPoint类,可以方便平时的使用-The main document used in some MFC classes, member functions, an array class, Cstring class, CTime class, CPoint class, you can easily make the usual Use
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:26820
    • 提供者:dangdang
  1. MyArray

    1下载:
  2. Define array class: MyArray. It s satisfied with demands as follows: 1. The class is used to save integer 2. The class can check array subscr ipting overflow 3. The client can use MyArray you define like as following codes in the main: voi
  3. 所属分类:Windows Develop

    • 发布日期:2016-04-08
    • 文件大小:234496
    • 提供者:weiqi
  1. Class-and-object-

    0下载:
  2. 1. 建立一个对象数组,内放5个学生的数据(学号、成绩)。请根据下面要求实现类中的功能,其他的函数根据需要创建。 (1). 用指针指向数组首元素,输出第1,3,5个学生的数据。 (2). 以对象指针作为形式参数找出5个学生中学习成绩最高者。注:函数名为max 2. 定义一个圆类,分别用以下方法计算圆的面积和周长。 (1). 用成员函数实现求圆的面积和周长。 (2). 用友元函数求圆的面积和周长 -(1) create an array of objects, put th
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1613
    • 提供者:苏树峰
« 1 23 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com